1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{413EA111-D40B-46F8-9793-34DCA625CACB}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <StartupObject>VBLinqToDataSets.MainModule</StartupObject>
11 <RootNamespace>VBLinqToDataSets</RootNamespace>
12 <AssemblyName>VBLinqToDataSets</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 <MyType>Console</MyType>
15 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16 <OptionExplicit>On</OptionExplicit>
17 <OptionCompare>Binary</OptionCompare>
18 <OptionStrict>Off</OptionStrict>
19 <OptionInfer>On</OptionInfer>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <DefineDebug>true</DefineDebug>
25 <DefineTrace>true</DefineTrace>
26 <OutputPath>..\Debug\</OutputPath>
27 <DocumentationFile>VBLinqToDataSets.xml</DocumentationFile>
28 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <DefineDebug>false</DefineDebug>
33 <DefineTrace>true</DefineTrace>
34 <Optimize>true</Optimize>
35 <OutputPath>..\Release\</OutputPath>
36 <DocumentationFile>VBLinqToDataSets.xml</DocumentationFile>
37 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40 <Reference Include="System" />
41 <Reference Include="System.configuration" />
42 <Reference Include="System.Data" />
43 <Reference Include="System.Deployment" />
44 <Reference Include="System.Xml" />
45 <Reference Include="System.Core">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
48 <Reference Include="System.Xml.Linq">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
51 <Reference Include="System.Data.DataSetExtensions">
52 <RequiredTargetFramework>3.5</RequiredTargetFramework>
56 <Import Include="Microsoft.VisualBasic" />
57 <Import Include="System" />
58 <Import Include="System.Collections" />
59 <Import Include="System.Collections.Generic" />
60 <Import Include="System.Data" />
61 <Import Include="System.Diagnostics" />
62 <Import Include="System.Linq" />
63 <Import Include="System.Xml.Linq" />
66 <Compile Include="MainModule.vb" />
67 <Compile Include="My Project\AssemblyInfo.vb" />
68 <Compile Include="My Project\Application.Designer.vb">
69 <AutoGen>True</AutoGen>
70 <DependentUpon>Application.myapp</DependentUpon>
72 <Compile Include="My Project\Resources.Designer.vb">
73 <AutoGen>True</AutoGen>
74 <DesignTime>True</DesignTime>
75 <DependentUpon>Resources.resx</DependentUpon>
77 <Compile Include="My Project\Settings.Designer.vb">
78 <AutoGen>True</AutoGen>
79 <DependentUpon>Settings.settings</DependentUpon>
80 <DesignTimeSharedInput>True</DesignTimeSharedInput>
82 <Compile Include="SQLServer2005DBDataSet.Designer.vb">
83 <AutoGen>True</AutoGen>
84 <DesignTime>True</DesignTime>
85 <DependentUpon>SQLServer2005DBDataSet.xsd</DependentUpon>
89 <EmbeddedResource Include="My Project\Resources.resx">
90 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
91 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
92 <CustomToolNamespace>My.Resources</CustomToolNamespace>
93 <SubType>Designer</SubType>
97 <None Include="app.config" />
98 <None Include="My Project\Application.myapp">
99 <Generator>MyApplicationCodeGenerator</Generator>
100 <LastGenOutput>Application.Designer.vb</LastGenOutput>
102 <None Include="My Project\Settings.settings">
103 <Generator>SettingsSingleFileGenerator</Generator>
104 <CustomToolNamespace>My</CustomToolNamespace>
105 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
107 <None Include="SQLServer2005DBDataSet.xsc">
108 <DependentUpon>SQLServer2005DBDataSet.xsd</DependentUpon>
110 <None Include="SQLServer2005DBDataSet.xsd">
111 <Generator>MSDataSetGenerator</Generator>
112 <LastGenOutput>SQLServer2005DBDataSet.Designer.vb</LastGenOutput>
113 <SubType>Designer</SubType>
115 <None Include="SQLServer2005DBDataSet.xss">
116 <DependentUpon>SQLServer2005DBDataSet.xsd</DependentUpon>
120 <Content Include="ReadMe.txt" />
122 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
123 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
124 Other similar extension points exist, see Microsoft.Common.targets.
125 <Target Name="BeforeBuild">
127 <Target Name="AfterBuild">